-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Deprecated nonkeyword arguments for set_codes function #41650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
this is failing some precommit tests, pls rebase and fix up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Pydare merge conflicts to resolve and whitespace issues, need to run black
or pre-commit
https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit
], | ||
names=["foo", "bar"] | ||
) | ||
tm.assert_index_equal(result, expected) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lint issue
6ffae7a
to
24223e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Pydare lgtm pending green
thanks @Pydare |
inplace
#41485